home *** CD-ROM | disk | FTP | other *** search
/ PC Home 48 / Fun Clicp Art 5000.iso / r / mbm / 00864_PH-IN 4.ls < prev    next >
Encoding:
Text File  |  1996-05-11  |  206 b   |  12 lines

  1. on exitFrame
  2.   global gScopePh, gDur
  3.   if gScopePh(GetTime, 1) <= gDur then
  4.     go(the frame)
  5.   else
  6.     gScopePh(SetCadence, 0)
  7.     gScopePh(SetTime, gDur)
  8.     JukeBox(1, " ")
  9.     curseur(-1)
  10.   end if
  11. end
  12.